home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Errors / VAR.DATA < prev    next >
Encoding:
Text File  |  1990-01-29  |  931 b   |  39 lines

  1. |errorlinenumber|
  2. windowtitle `<integer> = ErrorLineNumber`
  3. printlf `The line number in the script which
  4. printlf `caused an error.`
  5. end
  6.  
  7. |errorscripttype|
  8. windowtitle `"string" = ErrorScriptType`
  9. printlf `Returns the script type where an error
  10. printlf `occurred.`
  11. end
  12.  
  13. |errorsourceline|
  14. windowtitle `"string" = ErrorSourceLine`
  15. printlf `Returns text of the script on which
  16. printlf `the error occurred.
  17. end
  18.  
  19. |errorsourcename|
  20. windowtitle `"string" = ErrorSourceName`
  21. printlf `Returns the name of the Object, Routine,
  22. printlf `or the Card in the case of StartupScripts
  23. printlf `where the error occurred.`
  24. end
  25.  
  26. |errorsourcetype|
  27. windowtitle `"string" = ErrorSourceType`
  28. printlf `Returns "Object," "Routine," or the
  29. printlf `"Card" in the case of StartupScript
  30. printlf `errors, where the error occured.`
  31. end
  32.  
  33. |errortext|
  34. windowtitle `"string" = ErrorText`
  35. printlf `Returns the error message for the error
  36. printlf `that occurred.`
  37. end
  38.  
  39.